type runtime.timers
25 uses
runtime (current package)
runtime2.go#L891: timers timers
synctest.go#L16: timers timers
time.go#L99: ts *timers
time.go#L131: type timers struct {
time.go#L182: func (ts *timers) lock() {
time.go#L186: func (ts *timers) unlock() {
time.go#L247: func (ts *timers) trace(op string) {
time.go#L450: func (ts *timers) addHeap(t *timer) {
time.go#L545: func (ts *timers) deleteMin() {
time.go#L722: var ts *timers
time.go#L770: func (ts *timers) cleanHead() {
time.go#L830: func (ts *timers) take(src *timers) {
time.go#L861: func (ts *timers) adjust(now int64, force bool) {
time.go#L985: func (ts *timers) wakeTime() int64 {
time.go#L1009: func (ts *timers) check(now int64, bubble *synctestBubble) (rnow, pollUntil int64, ran bool) {
time.go#L1074: func (ts *timers) run(now int64, bubble *synctestBubble) int64 {
time.go#L1130: var tsLocal *timers
time.go#L1137: tsLocal.raceCtx = racegostart(abi.FuncPCABIInternal((*timers).run) + sys.PCQuantum)
time.go#L1273: func (ts *timers) verify() {
time.go#L1296: func (ts *timers) updateMinWhenHeap() {
time.go#L1307: func (ts *timers) updateMinWhenModified(when int64) {
time.go#L1355: func (ts *timers) siftUp(i int) {
time.go#L1379: func (ts *timers) siftDown(i int) {
time.go#L1418: func (ts *timers) initHeap() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |